DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.GetSelectableFields Method 

Get the set of selectable Fields to which this object, and any of its sub-types, maps.

public IEnumerable<T> GetSelectableFields();

Implements

ITableMappedObject.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace